icon-browser: Remove GtkEventBox from .ui file
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 19 Oct 2017 14:13:47 +0000 (16:13 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 19 Oct 2017 14:13:47 +0000 (16:13 +0200)
The patch adding scalable icons' info was forward ported too much as-is
to master. The event box is both unused and unnecessary here.

demos/icon-browser/window.ui

index e32e2aa53f315a261c4488561edcbe3afc59a17a..d978909315dd6ad1bf351d343bbf03a74576a85c 100644 (file)
               </packing>
             </child>
             <child>
-              <object class="GtkEventBox">
+              <object class="GtkImage" id="image6">
                 <property name="visible">True</property>
-                <child>
-                  <object class="GtkImage" id="image6">
-                    <property name="visible">True</property>
-                    <property name="halign">center</property>
-                    <property name="valign">end</property>
-                  </object>
-                </child>
+                <property name="halign">center</property>
+                <property name="valign">end</property>
               </object>
               <packing>
                 <property name="left-attach">5</property>